home *** CD-ROM | disk | FTP | other *** search
- /*
- File: InternetAssistantApplication.h
-
- Contains: InternetAssistant: an assistant to set-up basic Internet configuration
-
- Written by: Arno Gourdol
-
- Copyright: Copyright 1996 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #include "TApplication.h"
-
- #include "TInternetAssistantInterview.h"
-
-
-
-
- class TInternetAssistant : public TApplication
- {
- public:
- TInternetAssistant(void) : TApplication('ICEx') { };
-
- virtual Boolean QuitRequested(void);
- };
-